home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part2 / 10995 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  867 b 

  1. Path: ix.netcom.com!netnews
  2. From: legato@ix.netcom.com (Steve Haines )
  3. Newsgroups: comp.lang.c++
  4. Subject: Creating a Visual C++ 4.0 DLL
  5. Date: 12 Mar 1996 00:15:03 GMT
  6. Organization: Netcom
  7. Message-ID: <4i2fm7$27s@cloner3.netcom.com>
  8. NNTP-Posting-Host: irv-ca13-16.ix.netcom.com
  9. X-NETCOM-Date: Mon Mar 11  4:15:03 PM PST 1996
  10.  
  11. I am trying to create a 32-bit DLL file using Visual C++ 4.0 that I can
  12. call from a Visual Basic 4.0 application.  I have read through the
  13. documentation that comes with VC++4.0 and the examples, but I don't
  14. understand how to structure a VC++4.0 DLL.  I have successfully
  15. compiled a 16-bit DLL using VC++1.52, but version 4.0 is totally
  16. different.
  17.  
  18.  
  19. I would appreciate any sample code or help doing this.  If anyone could
  20. provide me with the framework to put around my functions, it would be
  21. greatly appreciate it.
  22.  
  23.  
  24. Thank you,
  25.  
  26. Steve Haines
  27.  
  28.